net/http.http2FrameHeader.Type (field)
11 uses
net/http (current package)
h2_bundle.go#L1554: Type http2FrameType
h2_bundle.go#L1583: buf.WriteString(h.Type.String())
h2_bundle.go#L1595: name := http2flagName[h.Type][http2Flags(1<<i)]
h2_bundle.go#L1641: Type: http2FrameType(buf[3]),
h2_bundle.go#L1910: f, err := http2typeFrameParser(fh.Type)(fr.frameCache, fh, fr.countError, payload)
h2_bundle.go#L1923: if fh.Type == http2FrameHeaders && fr.ReadMetaHeaders != nil {
h2_bundle.go#L1950: if fh.Type != http2FrameContinuation {
h2_bundle.go#L1953: fh.Type, fh.StreamID,
h2_bundle.go#L1954: last.Header().Type, fr.lastHeaderStream))
h2_bundle.go#L1961: } else if fh.Type == http2FrameContinuation {
h2_bundle.go#L1965: switch fh.Type {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |